home *** CD-ROM | disk | FTP | other *** search
/ NeXT Enterprise Objects Framework 1.1 / NeXT Enterprise Objects Framework 1.1.iso / NextDeveloper / Apps / EOModeler.app / English.lproj / SchemaBuilder.nib / data.classes next >
Encoding:
Text File  |  1995-01-31  |  1.3 KB  |  37 lines

  1. PopupSortTableView = {SUPERCLASS = DBTableView; };
  2. SchemaBuilder = {OUTLETS = {controller = controller; }; SUPERCLASS = Application; };
  3. FirstResponder = {ACTIONS = {"tablePanel:" = "tablePanel:"; }; SUPERCLASS = Object; };
  4. Controller = {
  5.     ACTIONS = {
  6.     "adaptorInfo:" = "adaptorInfo:"; 
  7.     "addAttribute:" = "addAttribute:"; 
  8.     "addEntity:" = "addEntity:"; 
  9.     "addRelationship:" = "addRelationship:"; 
  10.     "checkConsistency:" = "checkConsistency:"; 
  11.     "classEditor:" = "classEditor:"; 
  12.     "close:" = "close:"; 
  13.     "createTemplate:" = "createTemplate:"; 
  14.     "deleteAttribute:" = "deleteAttribute:"; 
  15.     "deleteClass:" = "deleteClass:"; 
  16.     "deleteEntity:" = "deleteEntity:"; 
  17.     "deleteKey:" = "deleteKey:"; 
  18.     "deleteRelationship:" = "deleteRelationship:"; 
  19.     "editRelationship:" = "editRelationship:"; 
  20.     "flattenAttribute:" = "flattenAttribute:"; 
  21.     "info:" = "info:"; 
  22.     "inspector:" = "inspector:"; 
  23.     "modelBrowser:" = "modelBrowser:"; 
  24.     "modelEditor:" = "modelEditor:"; 
  25.     "newModel:" = "newModel:"; 
  26.     "openModel:" = "openModel:"; 
  27.     "preferences:" = "preferences:"; 
  28.     "revertToSaved:" = "revertToSaved:"; 
  29.     "save:" = "save:"; 
  30.     "saveAs:" = "saveAs:"; 
  31.     "subclassClass:" = "subclassClass:"; 
  32.     "subclassEntity:" = "subclassEntity:"; 
  33.     }; 
  34.     OUTLETS = {editRelationshipMenuCell = editRelationshipMenuCell; }; 
  35.     SUPERCLASS = Object; 
  36. };
  37.